SC_allowObjectScaling

SYNTAX
SC_allowObjectScaling objNum

-objNum: the object you want to be able to scale

Normally, after setupObject is called, no further scaling of the object will be recorded
in the collision data. If you are not planning to scale the object after setup then this
is fine and you do not need to call this command. This command will allow 'updateObject'
to update the object's size as well as it's position and rotation. However, checking lots
of collision against an object that is allowed to scale will be slightly slower.
You cannot turn off scaling to make it faster again, the only way is to re-setup
the object to overwrite the data.


RELATED INFO
Collision Commands Menu
Index